home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 014 / arcv111.arc / ARCV111.DOC < prev   
Encoding:
Text File  |  1986-04-23  |  1.4 KB  |  53 lines

  1.  
  2.  
  3. ARCV Command
  4. ------------
  5.  
  6. Purpose:  To display the names and attributes of files contained
  7.           within an ARC archive file. This is identical to the
  8.           V function of the ARC program which produces a verbose
  9.           directory listing.
  10.  
  11.  
  12. Format:   ARCV  [d:][path]filespec[.ARC]  [>outfile]
  13.  
  14.  
  15. Notes:    If no operands are entered, a display of the program's
  16.           command format is displayed.
  17.  
  18.           The drive and path are optional. The filespec may contain
  19.           the wildcard cahracters * and ?. All files matching the
  20.           file specification are processed.
  21.  
  22.           If the filespec extension is omitted, the extension .ARC
  23.           is used.
  24.  
  25.  
  26. Examples:
  27.  
  28.         o  Display the directory of the TEST.ARC file, in the current
  29.            directory:
  30.  
  31.                 ARCV TEST
  32.  
  33.         o  Display the directories of all ARC files, but redirect the
  34.            information to the file ARC.DIR:
  35.  
  36.                 ARCV * >ARC.DIR
  37.  
  38.         o  Print the directory of the file NUBIES.ARC in directory RTEST
  39.            on drive A:
  40.  
  41.                 ARCV A:\RTEST\NUBIES >LPT1:
  42.  
  43.  
  44. Notes:
  45.         Written for the IBM PC using DOS 2.0, or later, by Vernon D. Buerg,
  46.         all rights reserved.
  47.  
  48.                 456 Lakeshire Drive
  49.                 Daly City, CA  94015
  50.                 CompuServe: 70007,1212
  51.                 Data/RBBS:  415-994-2944
  52.  
  53.